Skip to main content

Classic Guides

Functions

hideLauncher()

Closes Pendo Guide Center (launcher) if open on page.

removeLauncher()

Removes the Pendo Guide Center (launcher) completely. A reload must happen before it will come back.

showLauncher()

Opens Pendo Guide Center (launcher) if present on page.

toggleLauncher()

Toggles the Pendo Guide Center (launcher) between visible and hidden. Does nothing if the Guide Center should not be shown for the given Page.

hideLauncher()

Closes Pendo Guide Center (launcher) if open on page.

Kind: global function
Category: Classic Guides
Access: public
Example

pendo.hideLauncher()

removeLauncher()

Removes the Pendo Guide Center (launcher) completely. A reload must happen before it will come back.

Kind: global function
Category: Classic Guides
Access: public
Example

pendo.removeLauncher()

showLauncher()

Opens Pendo Guide Center (launcher) if present on page.

Kind: global function
Category: Classic Guides
Access: public
Example

pendo.showLauncher()

toggleLauncher()

Toggles the Pendo Guide Center (launcher) between visible and hidden. Does nothing if the Guide Center should not be shown for the given Page.

Kind: global function
Category: Classic Guides
Access: public
Example

pendo.toggleLauncher()